home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the optionDown then
- puppetSprite(9, 1)
- set the stretch of sprite 9 to 0
- set the castNum of sprite 9 to the number of cast "braino"
- set the locH of sprite 9 to 84
- set the locV of sprite 9 to 107
- puppetSound("easter egg")
- updateStage()
- holdOn(60 * 4)
- puppetSprite(9, 0)
- puppetSound(0)
- end if
- end
-